ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / FlexGridBaseTagHelper<T,TControl> Class / SortedColumn Property

In This Topic
    SortedColumn Property (FlexGridBaseTagHelper<T,TControl>)
    In This Topic
    Configurates the C1.Web.Mvc.FlexGridBase<T>.OnClientSortedColumn client event. Occurs after the user applies a sort by clicking on a column header.
    Syntax
    'Declaration
     
    Public Overridable Property SortedColumn As String
    public virtual string SortedColumn {get; set;}
    See Also